DioDocs for PDF
SaveAsTiff(String,Nullable<Rectangle>,TiffFrameSettings) メソッド

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Imaging 名前空間 > GcBitmap クラス > SaveAsTiff メソッド : SaveAsTiff(String,Nullable<Rectangle>,TiffFrameSettings) メソッド
The output file path.
Clipping rectangle of the image to be saved.
The settings for encoding TIFF frame.
Saves the image into a file in TIFF format.
シンタックス
'宣言
 
Public Overloads Sub SaveAsTiff( _
   ByVal path As System.String, _
   Optional ByVal clipRect As System.Nullable(Of Rectangle), _
   Optional ByVal frameSettings As TiffFrameSettings _
) 
public void SaveAsTiff( 
   System.string path,
   System.Nullable<Rectangle> clipRect,
   TiffFrameSettings frameSettings
)

パラメータ

path
The output file path.
clipRect
Clipping rectangle of the image to be saved.
frameSettings
The settings for encoding TIFF frame.
参照

GcBitmap クラス
GcBitmap メンバ
オーバーロード一覧